GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-05T15:01:48.0148574+00:00",
"SubmitDate": "2026-04-05T15:01:48.0148574+00:00",
"ReportPeriodStart": "2026-04-05T15:01:48.0148574+00:00",
"ReportPeriodEnd": "2026-04-05T15:01:48.0148574+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5129b3e2-1922-43a9-990c-2126f68a2a6a",
"Rows": [
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5129b3e2-1922-43a9-990c-2126f68a2a6a",
"Rows": [
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2354dd6a-5cf7-4b14-b6c6-51a11ca67974",
"9a1b6309-b9df-4c76-a5f5-92e86b587f2e"
],
"Approvers": [
"7a8d6300-aa13-4ebd-8cb8-ae71f3d31b13",
"5237ef60-3f7a-43fb-b822-4324f6e745e0"
],
"ApprovedBy": "4b43def8-366b-463a-a142-cbc215af6f0c",
"ApprovalDate": "2026-04-05T15:01:48.0148574+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "efcdf8d8-17a8-4fac-bc40-b5c4f3af921c",
"id": "a6917d47-2d4b-423a-b06b-54fa68c5a7b3",
"ConfigId": "595b2917-798f-494d-a02a-405376e01b57"
},
{
"GenerationDate": "2026-04-05T15:01:48.0148574+00:00",
"SubmitDate": "2026-04-05T15:01:48.0148574+00:00",
"ReportPeriodStart": "2026-04-05T15:01:48.0148574+00:00",
"ReportPeriodEnd": "2026-04-05T15:01:48.0148574+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5129b3e2-1922-43a9-990c-2126f68a2a6a",
"Rows": [
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5129b3e2-1922-43a9-990c-2126f68a2a6a",
"Rows": [
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5391f194-4f7d-49c0-a510-14262c71da04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2354dd6a-5cf7-4b14-b6c6-51a11ca67974",
"9a1b6309-b9df-4c76-a5f5-92e86b587f2e"
],
"Approvers": [
"7a8d6300-aa13-4ebd-8cb8-ae71f3d31b13",
"5237ef60-3f7a-43fb-b822-4324f6e745e0"
],
"ApprovedBy": "4b43def8-366b-463a-a142-cbc215af6f0c",
"ApprovalDate": "2026-04-05T15:01:48.0148574+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "efcdf8d8-17a8-4fac-bc40-b5c4f3af921c",
"id": "a6917d47-2d4b-423a-b06b-54fa68c5a7b3",
"ConfigId": "595b2917-798f-494d-a02a-405376e01b57"
}
]